* lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Mar 2011 01:28:06 +0000 (17:28 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Mar 2011 01:28:06 +0000 (17:28 -0800)
commite56e0e10f558e66f0cf473f54a06a84fbfd63c8b
tree83acd0753e15843b9bd11fc468006e84dbf9a5e4
parentcdaa0680bb44c6c8f46b96c1cc1c197b8aa2add8
* lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,

so that the caller can use some name other than gcpro1.
(GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
(Fx_create_frame, x_create_tip_frame, Fx_show_tip):
(Fx_backspace_delete_keys_p): Rename locals to avoid shadowing.
Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR
macros.
src/ChangeLog
src/lisp.h